Software StackLibcDrillsQuestionsprintf System CallOn this pageprintf() System CallQuestion TextWhat system call does the printf() function invoke?Question AnswersreadwriteexecexitFeedbackprintf() invokes the write system call to print messages to standard output.